home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / libz / README.MMDF < prev    next >
Encoding:
Text File  |  1989-09-10  |  763 b   |  20 lines

  1. # README.MMDF
  2.  
  3. # Instructions for people who don't have getopt(). ECB - 4/89
  4.  
  5. If your system is one of those that doesn't have getopt(), you'll need to
  6. modify Makefile.real. Uncomment the MMDFLIBS reference in the load-lines
  7. for zic and zdump in Makefile.real. Search for the string "GETOPT" in
  8. Makefile.real to find the right place.
  9.  
  10. #    List of changes to stock distribution to integrate into MMDF
  11. #    source tree.
  12. #        Edward C. Bennett (edward@engr.uky.edu) 10/88
  13.  
  14. Copied Makefile to Makefile.real
  15. Moved original Makefile to Makefile.dist
  16. Drastic changes to cleanup Makefile.real so that it blends into MMDF smoothly.
  17. Added "gen" shell script to follow MMDF conventions.
  18. Added "SYS5" to "USG" #define's in *.c files
  19. Changed strchr() calls to index() calls in zic.c
  20.